home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / GRAPHICS / IMAGE_1-.SPK / !Image / Docs / P15 < prev    next >
Text File  |  1994-02-28  |  3KB  |  80 lines

  1.  
  2. Image Rotation
  3. --------------
  4.  
  5. Image allows an image to be rotated by any angle about any point (even
  6. a point outside the image). It also allows an image to be rotated by a
  7. variable angle (producing a spiraled output).
  8.  
  9. The Image Rotation Control window contains 3 writable icons which are
  10. used to specify the rotation angle (in degrees) and the point about
  11. which the rotation should take place.
  12.  
  13. To the top right of the window is an icon marked 'Rotate', selecting
  14. this will make Image perform the stated rotation about the stated
  15. centre of rotation - Make sure you enter a centre of rotation, as by
  16. default this is 0,0 (the top left of the image).
  17.  
  18. Selecting the icon marked 'Centre' will automatically make the point
  19. about which rotation will take place the centre of the image.
  20.  
  21. Alternatively you can click the mouse pointer over the pixel in the
  22. image you want the centre of rotation to be, the position of this
  23. point will be entered in a special icon below the icons where the
  24. centre of rotation is entered. To the right of this special icon is an
  25. icon marked 'Copy' which when selected copies the position contained
  26. in the special icon to the icons defining the centre of rotation.
  27.  
  28. Below this there are 4 options which define how the rotation will take
  29. place. The options are :
  30.  
  31.  
  32.    Slow Process  - By default Image performs a quick rotation, but this
  33.                    may not be very accurate. By selecting this option
  34.                    Image will take more time over the rotation
  35.                    producing a more accurate result.
  36.  
  37.    Spiral        - See below.
  38.  
  39.    Preserve Mask - By default any mask currently in an image is
  40.                    rotated with the image. Selecting this option
  41.                    preserves masked areas as they are, ie. areas
  42.                    of the image which would rotate onto these areas
  43.                    are thrown away.
  44.  
  45.    Fix Mask      - This option can be selected as well as, or instead
  46.                    of the above. If selected areas masked out will not
  47.                    be rotated at all, areas which would have received
  48.                    areas that are masked out will be preserved.
  49.  
  50.  
  51. Spiral Operations
  52.  
  53. By selecting the spiral operation the rotation angle used depends upon
  54. the distance from the centre of rotation. What you do is specify two
  55. angles (if you only specify one, then the other angle will be zero),
  56. the angle of rotation at the centre of rotation and the angle of
  57. rotation at the furthest point from the centre of rotation.
  58.  
  59. Points between the centre and the furthest point will be rotated by an
  60. angle between these two values - the result is a spiral.
  61.  
  62. Note: By default the spiral operation uses a lookup table to work out
  63. rotations (for speed) - selecting the 'Slow Process' option makes each
  64. rotation be calculated on the fly, producing more accurate results.
  65. This is over and above the other advantages of using the 'Slow
  66. Process' option for more accurate output.
  67.  
  68.  
  69. Quick Operations
  70. ----------------
  71.  
  72. At the bottom of the window are 5 buttons for performing quick rotations
  73. about multiples of 90°, and also flipping a picture in both horizontal and
  74. vertical directions.
  75.  
  76. With the 3 rotation buttons the rotation is not as above, you can not set a
  77. centre of rotation, and the output dimensions of the image will be rotated
  78. also (thus a picture of size 100x50 rotated by 90° will produce a 50x100
  79. picture.
  80.